home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / DATA / video / SMK1.dir / 00002_Script_2 < prev    next >
Text File  |  1998-05-25  |  561b  |  24 lines

  1. on exitFrame
  2.   
  3.   if the deskTopRectList=[rect(0, 0, 640, 480)] then
  4.     openXlib the pathName&"xtras\SmackX32"
  5.     go to "640"
  6.   end if
  7.   
  8.   if the deskTopRectList=[rect(0, 0, 800, 600)] then
  9.     openXlib the pathName&"xtras\SmackX32"
  10.     go to "800"
  11.   end if
  12.   
  13.   if the deskTopRectList=[rect(0, 0, 1024, 768)] then
  14.     openXlib the pathName&"xtras\SmackX32"
  15.     go to "1024"
  16.   end if
  17.   
  18.   if the deskTopRectList=[rect(0, 0, 1280, 1024)] then
  19.     openXlib the pathName&"xtras\SmackX32"
  20.     go to "1280"
  21.   end if
  22.   
  23.   go to the frame
  24. end